home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / 23 web forms and controls / databinding / databinding.vbproj < prev    next >
Encoding:
Text File  |  2002-02-21  |  10.0 KB  |  263 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Web"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{EF943C49-80CF-4AE6-B550-B1F1326B3738}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "DataBinding"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "Library"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "DataBinding"
  24.                 StartupObject = ""
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Web"
  74.                     AssemblyName = "System.Web"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.             </References>
  81.             <Imports>
  82.                 <Import Namespace = "Microsoft.VisualBasic" />
  83.                 <Import Namespace = "System" />
  84.                 <Import Namespace = "System.Collections" />
  85.                 <Import Namespace = "System.Configuration" />
  86.                 <Import Namespace = "System.Data" />
  87.                 <Import Namespace = "System.Drawing" />
  88.                 <Import Namespace = "System.Web" />
  89.                 <Import Namespace = "System.Web.UI" />
  90.                 <Import Namespace = "System.Web.UI.HtmlControls" />
  91.                 <Import Namespace = "System.Web.UI.WebControls" />
  92.             </Imports>
  93.         </Build>
  94.         <Files>
  95.             <Include>
  96.                 <File
  97.                     RelPath = "AssemblyInfo.vb"
  98.                     SubType = "Code"
  99.                     BuildAction = "Compile"
  100.                 />
  101.                 <File
  102.                     RelPath = "ConnStrings.vb"
  103.                     SubType = "Code"
  104.                     BuildAction = "Compile"
  105.                 />
  106.                 <File
  107.                     RelPath = "DataBinding.vsdisco"
  108.                     BuildAction = "None"
  109.                 />
  110.                 <File
  111.                     RelPath = "DataGridForm.aspx"
  112.                     BuildAction = "Content"
  113.                 />
  114.                 <File
  115.                     RelPath = "DataGridForm.aspx.vb"
  116.                     DependentUpon = "DataGridForm.aspx"
  117.                     SubType = "ASPXCodeBehind"
  118.                     BuildAction = "Compile"
  119.                 />
  120.                 <File
  121.                     RelPath = "DataGridForm.aspx.resx"
  122.                     DependentUpon = "DataGridForm.aspx.vb"
  123.                     BuildAction = "EmbeddedResource"
  124.                 />
  125.                 <File
  126.                     RelPath = "DataListForm.aspx"
  127.                     BuildAction = "Content"
  128.                 />
  129.                 <File
  130.                     RelPath = "DataListForm.aspx.vb"
  131.                     DependentUpon = "DataListForm.aspx"
  132.                     SubType = "ASPXCodeBehind"
  133.                     BuildAction = "Compile"
  134.                 />
  135.                 <File
  136.                     RelPath = "DataListForm.aspx.resx"
  137.                     DependentUpon = "DataListForm.aspx.vb"
  138.                     BuildAction = "EmbeddedResource"
  139.                 />
  140.                 <File
  141.                     RelPath = "DynamicTemplateForm.aspx"
  142.                     BuildAction = "Content"
  143.                 />
  144.                 <File
  145.                     RelPath = "DynamicTemplateForm.aspx.vb"
  146.                     DependentUpon = "DynamicTemplateForm.aspx"
  147.                     SubType = "ASPXCodeBehind"
  148.                     BuildAction = "Compile"
  149.                 />
  150.                 <File
  151.                     RelPath = "DynamicTemplateForm.aspx.resx"
  152.                     DependentUpon = "DynamicTemplateForm.aspx.vb"
  153.                     BuildAction = "EmbeddedResource"
  154.                 />
  155.                 <File
  156.                     RelPath = "Functions.vb"
  157.                     SubType = "Code"
  158.                     BuildAction = "Compile"
  159.                 />
  160.                 <File
  161.                     RelPath = "Global.asax"
  162.                     BuildAction = "Content"
  163.                 />
  164.                 <File
  165.                     RelPath = "Global.asax.vb"
  166.                     DependentUpon = "Global.asax"
  167.                     SubType = "Code"
  168.                     BuildAction = "Compile"
  169.                 />
  170.                 <File
  171.                     RelPath = "Global.asax.resx"
  172.                     DependentUpon = "Global.asax.vb"
  173.                     BuildAction = "EmbeddedResource"
  174.                 />
  175.                 <File
  176.                     RelPath = "PagingForm.aspx"
  177.                     BuildAction = "Content"
  178.                 />
  179.                 <File
  180.                     RelPath = "PagingForm.aspx.vb"
  181.                     DependentUpon = "PagingForm.aspx"
  182.                     SubType = "ASPXCodeBehind"
  183.                     BuildAction = "Compile"
  184.                 />
  185.                 <File
  186.                     RelPath = "PagingForm.aspx.resx"
  187.                     DependentUpon = "PagingForm.aspx.vb"
  188.                     BuildAction = "EmbeddedResource"
  189.                 />
  190.                 <File
  191.                     RelPath = "RepeaterForm.aspx"
  192.                     BuildAction = "Content"
  193.                 />
  194.                 <File
  195.                     RelPath = "RepeaterForm.aspx.vb"
  196.                     DependentUpon = "RepeaterForm.aspx"
  197.                     SubType = "ASPXCodeBehind"
  198.                     BuildAction = "Compile"
  199.                 />
  200.                 <File
  201.                     RelPath = "RepeaterForm.aspx.resx"
  202.                     DependentUpon = "RepeaterForm.aspx.vb"
  203.                     BuildAction = "EmbeddedResource"
  204.                 />
  205.                 <File
  206.                     RelPath = "SimpleControlsForm.aspx"
  207.                     BuildAction = "Content"
  208.                 />
  209.                 <File
  210.                     RelPath = "SimpleControlsForm.aspx.vb"
  211.                     DependentUpon = "SimpleControlsForm.aspx"
  212.                     SubType = "ASPXCodeBehind"
  213.                     BuildAction = "Compile"
  214.                 />
  215.                 <File
  216.                     RelPath = "SimpleControlsForm.aspx.resx"
  217.                     DependentUpon = "SimpleControlsForm.aspx.vb"
  218.                     BuildAction = "EmbeddedResource"
  219.                 />
  220.                 <File
  221.                     RelPath = "SingleValueDataBindingForm.aspx"
  222.                     BuildAction = "Content"
  223.                 />
  224.                 <File
  225.                     RelPath = "SingleValueDataBindingForm.aspx.vb"
  226.                     DependentUpon = "SingleValueDataBindingForm.aspx"
  227.                     SubType = "ASPXCodeBehind"
  228.                     BuildAction = "Compile"
  229.                 />
  230.                 <File
  231.                     RelPath = "SingleValueDataBindingForm.aspx.resx"
  232.                     DependentUpon = "SingleValueDataBindingForm.aspx.vb"
  233.                     BuildAction = "EmbeddedResource"
  234.                 />
  235.                 <File
  236.                     RelPath = "StartForm.aspx"
  237.                     BuildAction = "Content"
  238.                 />
  239.                 <File
  240.                     RelPath = "StartForm.aspx.vb"
  241.                     DependentUpon = "StartForm.aspx"
  242.                     SubType = "ASPXCodeBehind"
  243.                     BuildAction = "Compile"
  244.                 />
  245.                 <File
  246.                     RelPath = "StartForm.aspx.resx"
  247.                     DependentUpon = "StartForm.aspx.vb"
  248.                     BuildAction = "EmbeddedResource"
  249.                 />
  250.                 <File
  251.                     RelPath = "Styles.css"
  252.                     BuildAction = "Content"
  253.                 />
  254.                 <File
  255.                     RelPath = "Web.config"
  256.                     BuildAction = "Content"
  257.                 />
  258.             </Include>
  259.         </Files>
  260.     </VisualBasic>
  261. </VisualStudioProject>
  262.  
  263.